Einhugur Word Plugin for Xojo

Paragraph.LogicalRuns Method

Returns RunIterator for the runs in the paragraph, grouping run fields that use complex runs into one. This function is for using with for each statements.

LogicalRuns() as EinhugurWord.RunIterator

Parameters

Returns

EinhugurWord.RunIterator

Remarks

Usage:


for each it as Run in para. LogicalRuns
    // Your code here
next




Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Paragraph Class